home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / date / examples / exprot0.dfm / exprot0.txt
Encoding:
Text File  |  1996-04-08  |  1.9 KB  |  88 lines

  1. object Form1: TForm1
  2.   Left = 193
  3.   Top = 99
  4.   Width = 662
  5.   Height = 388
  6.   Caption = 'Form1'
  7.   Font.Color = clBlack
  8.   Font.Height = -13
  9.   Font.Name = 'Arial'
  10.   Font.Style = [fsBold]
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   TextHeight = 16
  14.   object ApdTerminal1: TApdTerminal
  15.     Left = 10
  16.     Top = 13
  17.     Width = 632
  18.     Height = 288
  19.     ComPort = ApdComPort1
  20.     Emulator = ApdEmulator1
  21.     DisplayRows = 24
  22.     DisplayColumns = 79
  23.     CaptureFile = 'APD.CAP'
  24.     Font.Color = clYellow
  25.     Font.Height = -12
  26.     Font.Name = 'Terminal'
  27.     Font.Pitch = fpFixed
  28.     Font.Style = []
  29.     ParentColor = False
  30.     ParentFont = False
  31.   end
  32.   object Upload: TButton
  33.     Left = 8
  34.     Top = 320
  35.     Width = 89
  36.     Height = 33
  37.     Caption = 'Upload'
  38.     TabOrder = 1
  39.     OnClick = UploadClick
  40.   end
  41.   object Download: TButton
  42.     Left = 104
  43.     Top = 320
  44.     Width = 89
  45.     Height = 33
  46.     Caption = 'Download'
  47.     TabOrder = 2
  48.     OnClick = DownloadClick
  49.   end
  50.   object ApdComPort1: TApdComPort
  51.     HWFlowOptions = [hwfUseRTS, hwfRequireCTS]
  52.     BufferFull = 3686
  53.     BufferResume = 409
  54.     TraceName = 'APD.TRC'
  55.     LogName = 'APD.LOG'
  56.     UseEventWord = False
  57.     TriggerLength = 0
  58.     Left = 65533
  59.   end
  60.   object ApdProtocol1: TApdProtocol
  61.     ComPort = ApdComPort1
  62.     ProtocolType = ptZmodem
  63.     FileMask = 'd:\apw\pascal\oomisc.*'
  64.     BlockCheckMethod = bcmCrc32
  65.     HandshakeWait = 1092
  66.     Overhead = 20
  67.     StatusDisplay = ApdProtocolStatus1
  68.     ProtocolLog = ApdProtocolLog1
  69.     KermitPadCharacter = #0
  70.     OnProtocolFinish = ApdProtocol1ProtocolFinish
  71.     Left = 80
  72.   end
  73.   object ApdProtocolStatus1: TApdProtocolStatus
  74.     Position = poScreenCenter
  75.     Ctl3D = True
  76.     Visible = False
  77.     Left = 120
  78.   end
  79.   object ApdEmulator1: TApdEmulator
  80.     Left = 40
  81.   end
  82.   object ApdProtocolLog1: TApdProtocolLog
  83.     HistoryName = 'd:\apd\examples\apd.his'
  84.     Left = 166
  85.     Top = 65535
  86.   end
  87. end
  88.